[agentserver] azure-ai-agentserver-core to 1.0.1b1#45704
Open
[agentserver] azure-ai-agentserver-core to 1.0.1b1#45704
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates azure-ai-agentserver-core with new tooling/runtime components, checkpoint client support, expanded documentation stubs, and a significant new unit test suite, alongside dependency and sample import updates to match new internal module layouts.
Changes:
- Added new Tools runtime/client utilities (catalog/resolver/invoker, Starlette middleware, name resolver) with unit tests.
- Added a new checkpoints client (sessions/items) and related docs.
- Updated package metadata/docs/samples and adjusted dependencies/versioning artifacts.
Reviewed changes
Copilot reviewed 98 out of 107 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/agentserver/azure-ai-agentserver-core/azure/ai/agentserver/core/_version.py | Updates package version constant (currently b16). |
| sdk/agentserver/azure-ai-agentserver-core/CHANGELOG.md | Adds release history entries through 1.0.0b16. |
| sdk/agentserver/azure-ai-agentserver-core/pyproject.toml | Updates dependencies and package metadata (beta classifier, urls). |
| sdk/agentserver/azure-ai-agentserver-core/azure/ai/agentserver/core/tools/client/operations/_base.py | Introduces shared operations base with status handling + JSON extraction. |
| sdk/agentserver/azure-ai-agentserver-core/azure/ai/agentserver/core/tools/client/operations/_foundry_hosted_mcp_tools.py | Adds MCP hosted tools operations (formatting/doc issues noted). |
| sdk/agentserver/azure-ai-agentserver-core/azure/ai/agentserver/core/tools/client/operations/_foundry_connected_tools.py | Adds connected tools operations (formatting/doc issues noted). |
| sdk/agentserver/azure-ai-agentserver-core/azure/ai/agentserver/core/tools/runtime/_catalog.py | Adds cached catalog with in-flight de-dupe (bare except noted). |
| sdk/agentserver/azure-ai-agentserver-core/azure/ai/agentserver/core/logger.py | Refactors logging setup (print usage noted). |
| sdk/agentserver/azure-ai-agentserver-core/tests/unit_tests/** | Adds comprehensive unit tests for new tools/runtime/client behavior. |
| sdk/agentserver/azure-ai-agentserver-core/doc/** | Adds/updates Sphinx package/module stubs for new modules. |
| sdk/agentserver/azure-ai-agentserver-core/samples/** | Updates sample imports and agent construction. |
sdk/agentserver/azure-ai-agentserver-core/azure/ai/agentserver/core/tools/runtime/_catalog.py
Show resolved
Hide resolved
sdk/agentserver/azure-ai-agentserver-core/azure/ai/agentserver/core/logger.py
Show resolved
Hide resolved
sdk/agentserver/azure-ai-agentserver-core/azure/ai/agentserver/core/logger.py
Show resolved
Hide resolved
...ntserver-core/azure/ai/agentserver/core/tools/client/operations/_foundry_hosted_mcp_tools.py
Show resolved
Hide resolved
...tserver/azure-ai-agentserver-core/azure/ai/agentserver/core/tools/client/operations/_base.py
Show resolved
Hide resolved
...ntserver-core/azure/ai/agentserver/core/tools/client/operations/_foundry_hosted_mcp_tools.py
Show resolved
Hide resolved
...entserver-core/azure/ai/agentserver/core/tools/client/operations/_foundry_connected_tools.py
Show resolved
Hide resolved
...entserver-core/azure/ai/agentserver/core/tools/client/operations/_foundry_connected_tools.py
Show resolved
Hide resolved
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines